[INFO] fetching crate cdf 0.1.4...
[INFO] testing cdf-0.1.4 against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] extracting crate cdf 0.1.4 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate cdf 0.1.4
[INFO] finished tweaking crates.io crate cdf 0.1.4
[INFO] tweaked toml for crates.io crate cdf 0.1.4 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate cdf 0.1.4 on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate cdf 0.1.4 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9c99477a62513209787dd9e9face00e04aa9b2f6c257722586d6f10c6c466555
[INFO] running `Command { std: "docker" "start" "9c99477a62513209787dd9e9face00e04aa9b2f6c257722586d6f10c6c466555", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9c99477a62513209787dd9e9face00e04aa9b2f6c257722586d6f10c6c466555" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9c99477a62513209787dd9e9face00e04aa9b2f6c257722586d6f10c6c466555", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9c99477a62513209787dd9e9face00e04aa9b2f6c257722586d6f10c6c466555" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling cdf v0.1.4 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
[INFO] running `Command { std: "docker" "inspect" "9c99477a62513209787dd9e9face00e04aa9b2f6c257722586d6f10c6c466555", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9c99477a62513209787dd9e9face00e04aa9b2f6c257722586d6f10c6c466555" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling zerocopy v0.8.33
[INFO] [stderr]    Compiling zmij v1.0.12
[INFO] [stderr]    Compiling serde_json v1.0.148
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling clap_lex v0.7.7
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling clap_builder v4.5.54
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling syn v2.0.113
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling clap v4.5.54
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling zerocopy-derive v0.8.33
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling cdf v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `cdf`
[INFO] [stdout]    --> src/record/vxr.rs:224:13
[INFO] [stdout]     |
[INFO] [stdout] 224 |         let cdf = cdf::Cdf::decode_be(&mut decoder)?;
[INFO] [stdout]     |             ^^^ help: if this is intentional, prefix it with an underscore: `_cdf`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 27.53s
[INFO] running `Command { std: "docker" "inspect" "9c99477a62513209787dd9e9face00e04aa9b2f6c257722586d6f10c6c466555", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9c99477a62513209787dd9e9face00e04aa9b2f6c257722586d6f10c6c466555" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `cdf`
[INFO] [stderr]    --> src/record/vxr.rs:224:13
[INFO] [stderr]     |
[INFO] [stderr] 224 |         let cdf = cdf::Cdf::decode_be(&mut decoder)?;
[INFO] [stderr]     |             ^^^ help: if this is intentional, prefix it with an underscore: `_cdf`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `cdf` (lib test) generated 1 warning (run `cargo fix --lib -p cdf --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cdf-51762d8df3ad90ed)
[INFO] [stdout] running 37 tests
[INFO] [stdout] test record::adr::tests::test_adr_examples ... FAILED
[INFO] [stdout] test record::azedr::tests::test_azedr_examples ... FAILED
[INFO] [stdout] test record::cdr::tests::test_cdr_examples ... FAILED
[INFO] [stdout] test record::ccr::tests::test_ccr_examples ... FAILED
[INFO] [stdout] test record::cpr::tests::test_cpr_examples ... FAILED
[INFO] [stdout] test record::cvvr::tests::test_cvvr_examples ... FAILED
[INFO] [stdout] test record::gdr::tests::test_gdr_examples ... FAILED
[INFO] [stdout] test record::vxr::tests::test_vxr_examples ... FAILED
[INFO] [stdout] test record::rvdr::tests::test_rvdr_examples ... FAILED
[INFO] [stdout] test record::zvdr::tests::test_zvdr_examples ... FAILED
[INFO] [stdout] test types::tests::test_convert_cdfbyte_i8 ... ok
[INFO] [stdout] test types::tests::test_convert_cdfint1_i8 ... ok
[INFO] [stdout] test types::tests::test_convert_cdfint2_i16 ... ok
[INFO] [stdout] test types::tests::test_convert_cdfint4_i32 ... ok
[INFO] [stdout] test record::uir::tests::test_uir_examples ... FAILED
[INFO] [stdout] test types::tests::test_convert_cdfchar_char ... ok
[INFO] [stdout] test types::tests::test_convert_cdfreal8_f64 ... ok
[INFO] [stdout] test types::tests::test_convert_cdfuint2_u16 ... ok
[INFO] [stdout] test types::tests::test_decode_cdfbyte_i8 ... ok
[INFO] [stdout] test types::tests::test_convert_cdfuint4_u32 ... ok
[INFO] [stdout] test types::tests::test_decode_cdfchar_char ... ok
[INFO] [stdout] test types::tests::test_decode_cdfint1_i8 ... ok
[INFO] [stdout] test types::tests::test_decode_cdfint2_i16 ... ok
[INFO] [stdout] test types::tests::test_decode_cdfint4_i32 ... ok
[INFO] [stdout] test cdf::tests::test_read_cdf ... FAILED
[INFO] [stdout] test types::tests::test_convert_cdfreal4_f32 ... ok
[INFO] [stdout] test types::tests::test_convert_cdftimett2000_i64 ... ok
[INFO] [stdout] test types::tests::test_convert_cdfint8_i64 ... ok
[INFO] [stdout] test types::tests::test_decode_cdfreal4_f32 ... ok
[INFO] [stdout] test types::tests::test_decode_cdfint8_i64 ... ok
[INFO] [stdout] test types::tests::test_decode_cdfuint1_u8 ... ok
[INFO] [stdout] test types::tests::test_convert_cdfuint1_u8 ... ok
[INFO] [stdout] test types::tests::test_decode_cdfuint2_u16 ... ok
[INFO] [stdout] test types::tests::test_decode_cdfuint4_u32 ... ok
[INFO] [stdout] test record::agredr::tests::test_agredr_examples ... FAILED
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout] test types::tests::test_decode_cdfreal8_f64 ... ok
[INFO] [stdout] test types::tests::test_decode_cdftimett2000_i64 ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- record::adr::tests::test_adr_examples stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] ---- record::azedr::tests::test_azedr_examples stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] ---- record::cdr::tests::test_cdr_examples stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] ---- record::ccr::tests::test_ccr_examples stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] ---- record::cpr::tests::test_cpr_examples stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] ---- record::cvvr::tests::test_cvvr_examples stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] ---- record::gdr::tests::test_gdr_examples stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] ---- record::vxr::tests::test_vxr_examples stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] ---- record::rvdr::tests::test_rvdr_examples stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] ---- record::zvdr::tests::test_zvdr_examples stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] ---- record::uir::tests::test_uir_examples stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] ---- cdf::tests::test_read_cdf stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] ---- record::agredr::tests::test_agredr_examples stdout ----
[INFO] [stdout] Error: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     cdf::tests::test_read_cdf
[INFO] [stdout]     record::adr::tests::test_adr_examples
[INFO] [stdout]     record::agredr::tests::test_agredr_examples
[INFO] [stdout]     record::azedr::tests::test_azedr_examples
[INFO] [stdout]     record::ccr::tests::test_ccr_examples
[INFO] [stdout]     record::cdr::tests::test_cdr_examples
[INFO] [stdout]     record::cpr::tests::test_cpr_examples
[INFO] [stdout]     record::cvvr::tests::test_cvvr_examples
[INFO] [stdout]     record::gdr::tests::test_gdr_examples
[INFO] [stdout]     record::rvdr::tests::test_rvdr_examples
[INFO] [stdout]     record::uir::tests::test_uir_examples
[INFO] [stdout]     record::vxr::tests::test_vxr_examples
[INFO] [stdout]     record::zvdr::tests::test_zvdr_examples
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 24 passed; 13 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "9c99477a62513209787dd9e9face00e04aa9b2f6c257722586d6f10c6c466555", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9c99477a62513209787dd9e9face00e04aa9b2f6c257722586d6f10c6c466555", kill_on_drop: false }`
[INFO] [stdout] 9c99477a62513209787dd9e9face00e04aa9b2f6c257722586d6f10c6c466555
